toggle menu
MapLibre Native Android
11.8.0
androidJvm
switch theme
search in API
MapLibre Native Android
/
org.maplibre.android.log
/
LoggerDefinition
Logger
Definition
interface
LoggerDefinition
Definition of a logger for the MapLibre Maps SDK for Android.
Members
Functions
d
Link copied to clipboard
abstract
fun
d
(
tag
:
String
,
msg
:
String
)
Send a debug log message.
abstract
fun
d
(
tag
:
String
,
msg
:
String
,
tr
:
Throwable
)
Send a debug log message and log the exception.
e
Link copied to clipboard
abstract
fun
e
(
tag
:
String
,
msg
:
String
)
Send an error log message.
abstract
fun
e
(
tag
:
String
,
msg
:
String
,
tr
:
Throwable
)
Send an error log message and log the exception.
i
Link copied to clipboard
abstract
fun
i
(
tag
:
String
,
msg
:
String
)
Send an info log message.
abstract
fun
i
(
tag
:
String
,
msg
:
String
,
tr
:
Throwable
)
Send an info log message and log the exception.
v
Link copied to clipboard
abstract
fun
v
(
tag
:
String
,
msg
:
String
)
Send a verbose log message.
abstract
fun
v
(
tag
:
String
,
msg
:
String
,
tr
:
Throwable
)
Send a verbose log message and log the exception.
w
Link copied to clipboard
abstract
fun
w
(
tag
:
String
,
msg
:
String
)
Send a warning log message.
abstract
fun
w
(
tag
:
String
,
msg
:
String
,
tr
:
Throwable
)
Send a warning log message and log the exception.